home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / utility / dpbuddya.lha / BuddySystem / Text / Save_Picture < prev    next >
Encoding:
Text File  |  1980-11-08  |  1.4 KB  |  37 lines

  1.                         Save Picture (Picture Menu)
  2.  
  3. KEYBOARD = Right Amiga S
  4.  
  5. This allows you to save a picture or sequence of pictures.
  6.  
  7. SEE -> `Load Picture` for details on how to use the file requester.
  8.  
  9. Saving a picture stores all of its attributes as well -- The palette,
  10. stencil and perspective information is reloaded along with a picture.
  11.  
  12. If you have created multiple frames of animation, the requester will allow
  13. you to specify which frame or group of frames to save.  These frames are
  14. then saved as separate pictures with a corresponding number automatically
  15. added to the end of the file name. For example if you specify as a File
  16. name, 
  17.                                    AnimPic
  18.  
  19. Then, DPaint will save the animation frames that you specify into the
  20. specified directory as, AnimPic001, AnimPic002, AnimPic003, ..., etc.
  21.  
  22. It's a good idea to use extensions for all Saving processes to help
  23. distinguish between the different types of files that DPaint works with:
  24.  
  25.          .anib      for animbrushes, 
  26.          .anim      for animations,
  27.          .pic       for pictures
  28.          .br        for brushes
  29.          .move      for move requester settings
  30.          .pal       for palettes
  31.          .cs        for color sets
  32.          .sten      for stencils
  33.  
  34. Of course, these are just suggested extensions. You should use extensions
  35. that will best help you keep your files organized.
  36.  
  37.